home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Dev / Moni / Omon27.readme < prev   
Encoding:
Text File  |  2003-02-24  |  1.8 KB  |  39 lines

  1. Short:    Monitors memory and system structures
  2. Author:   Jürgen Klawitter
  3. Uploader: Jürgen Klawitter <klawitter.juergen@berlin.de>
  4. Type:     dev/moni
  5.  
  6.     I began to develop this tool 8 years ago and added more and more
  7.     features every year according to my own needs. I use it very often
  8.     to look into the buffers or structures which are accessed by my
  9.     programs. I think it can be usefull for other programmers, too.
  10.  
  11.     OMon is a monitor, which displays memory and and system lists. Its
  12.     main purpose is to easily find and display structures, but it also
  13.     can be used to disassemble programs or modify memory and files.
  14.     OMon needs OS 2+.
  15.  
  16.     Some features:
  17.  
  18.     - Input of addresses is not necessary in most cases, because structures
  19.       and lists are found by their names or name abbreviations respectively.
  20.     - Apart from common structures like tasks, windows, libraries etc.
  21.       a couple of unusual structures can be accessed, e.g. Locale, Catalog,
  22.       DataType, MonitorSpec, ConUnit, TDUPublicUnit...
  23.     - Pointer (APTR, BPTR) within structures can be used to jump to the
  24.       addresses they point to.
  25.     - Information about the offsets of about 35 structures is built in and
  26.       can easily be accessed. That's why I named this piece of software OMon
  27.       (Offset Monitor).
  28.     - External help files like includes, LVOs etc. can be loaded additionally
  29.       in order to get information about offsets, constants etc.
  30.     - Memory or programs can be disassemled (68000 code only)
  31.     - Built in 'memcheck' function prevents access to illegal or dangerous
  32.       memory areas. You may switch it off if needed.
  33.     - Very fast search function (Boyre-Moore)
  34.     - Can be made resident
  35.     - Has been coded in assembly. It's fast and small!
  36.  
  37. History:
  38.     V2.7 First release
  39.